gtk: Add GtkTreeListModel
authorBenjamin Otte <otte@redhat.com>
Tue, 12 Jun 2018 01:56:21 +0000 (03:56 +0200)
committerBenjamin Otte <otte@redhat.com>
Sun, 16 Sep 2018 16:50:17 +0000 (18:50 +0200)
commit573c63973abb30d99fc953037f8b303f5b4f3387
treefc14bc2dc5c2e1172e8076a66bc49534d678c392
parentd7a5dcba0b06a51781b4c7207f47f2155646dbc0
gtk: Add GtkTreeListModel

This is a GListModel implementation with a neat API that can be used to
implement trees inside GtkListBox.
docs/reference/gtk/gtk4-docs.xml
gtk/gtk.h
gtk/gtkcssrbtree.c [new file with mode: 0644]
gtk/gtkcssrbtreeprivate.h [new file with mode: 0644]
gtk/gtktreelistmodel.c [new file with mode: 0644]
gtk/gtktreelistmodel.h [new file with mode: 0644]
gtk/meson.build
tests/meson.build
tests/testtreelistmodel.c [new file with mode: 0644]
testsuite/gtk/meson.build
testsuite/gtk/treelistmodel.c [new file with mode: 0644]